Skip to content

Commit

Permalink
Merge pull request #415 from konstruktoid/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.4

Bump actions/checkout from 4.1.3 to 4.1.4
  • Loading branch information
konstruktoid committed Apr 25, 2024
2 parents 65c8205 + 222a84f commit 000d208
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Expand Up @@ -22,6 +22,6 @@ jobs:
egress-policy: audit

- name: 'Checkout Repository'
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: 'Dependency Review'
uses: actions/dependency-review-action@5bbc3ba658137598168acb2ab73b21c432dd411b # v4.2.5
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
egress-policy: audit

- name: "Checkout code"
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Expand Up @@ -14,6 +14,6 @@ jobs:
with:
egress-policy: audit

- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Konstruktoid ShellCheck
uses: ./action-shellcheck
2 changes: 1 addition & 1 deletion .github/workflows/slsa.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash

- name: Checkout repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Build artifacts
run: |
Expand Down

0 comments on commit 000d208

Please sign in to comment.