Skip to content

Commit

Permalink
Merge pull request #90 from in-toto/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.2.2

Bump actions/checkout from 4.2.1 to 4.2.2
  • Loading branch information
alanssitis authored Nov 11, 2024
2 parents 5004bfb + e89d019 commit 4283d5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: '1.21.x'
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: golangci-lint
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
go-version: 1.21.x

- name: Checkout updated scai-gen CLI tools
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Setup Env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-sigstore-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: 1.20.x

- name: Checkout updated scai-gen CLI tools
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Setup Env
run: |
Expand Down

0 comments on commit 4283d5e

Please sign in to comment.