Skip to content

Commit

Permalink
Merge pull request #19 from dbist/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2.3.4 to 3
  • Loading branch information
dbist committed Mar 2, 2022
2 parents 81ce44d + b5e6d47 commit 9ca9237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3

- name: Super-Linter
uses: docker://github/super-linter:v3.3.2

0 comments on commit 9ca9237

Please sign in to comment.