Skip to content

Commit

Permalink
Merge pull request #25 from g59/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
9renpoto committed May 12, 2021
2 parents 1ef2df6 + 5a0e435 commit 12caa6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-leaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
gitleaks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: gitleaks-action
uses: zricethezav/gitleaks-action@v1.6.0

0 comments on commit 12caa6b

Please sign in to comment.