Skip to content

Commit

Permalink
Merge pull request #112 from enterprise-contract/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
lcarva authored Apr 22, 2024
2 parents dfa5a1b + 2c22275 commit eb8234d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
disable-telemetry: true

- name: "Checkout code"
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
persist-credentials: false

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-ec-cli-tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
disable-telemetry: true

- name: Checkout tekton-catalog
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
repository: enterprise-contract/tekton-catalog
ref: main
path: tekton-catalog

- name: Checkout ec-cli
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
repository: enterprise-contract/ec-cli
ref: main
Expand Down

0 comments on commit eb8234d

Please sign in to comment.