Use full version numbers for GHA

Dependabot will update these automatically
This commit is contained in:
Eric Nemchik 2020-07-02 20:16:27 -05:00
parent 692fecfd00
commit 56609617a9
6 changed files with 8 additions and 8 deletions

View file

@ -41,7 +41,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
###################################
# Build image locally for testing #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
#####################
# Run Deploy script #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
###################################
# Run Deploy script for Dockerhub #

View file

@ -35,7 +35,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.1
################################
# Run Linter against code base #

View file

@ -29,7 +29,7 @@ jobs:
if: "github.event_name == 'schedule'"
steps:
- name: Mark issue stale
uses: actions/stale@v3
uses: actions/stale@v3.0.7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity.\nIt will be closed in 14 days if no further activity occurs.\nThank you for your contributions.\n\nIf you think this issue should stay open, please remove the `O: stale 🤖` label or comment on the issue."
@ -50,7 +50,7 @@ jobs:
if: "github.event_name == 'issue_comment' && contains(github.event.issue.labels.*.name, 'O: stale 🤖') && github.event.issue.user.type != 'Bot'"
steps:
- name: Mark issue not stale
uses: actions/github-script@v2
uses: actions/github-script@v2.3.1
with:
script: |
github.issues.removeLabel({

View file

@ -32,12 +32,12 @@ jobs:
#############################
# Check out the latest code #
#############################
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.1
######################
# Run the tag action #
######################
- uses: Actions-R-Us/actions-tagger@latest
- uses: Actions-R-Us/actions-tagger@v2.0.0
with:
publish_latest_tag: true
env: