Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.6 (#76)
Browse files Browse the repository at this point in the history
* Bump actions/checkout from 4.1.2 to 4.1.6

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update ghasum checksums

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored May 17, 2024
1 parent 70b20dd commit b77378d
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand All @@ -34,7 +34,7 @@ jobs:
- test
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand All @@ -59,7 +59,7 @@ jobs:
- build
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand All @@ -80,7 +80,7 @@ jobs:
- build
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand All @@ -101,7 +101,7 @@ jobs:
- build
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand All @@ -122,7 +122,7 @@ jobs:
- build
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
security-events: write # To upload CodeQL results
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gha.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1

actions/checkout@v4.1.2 5uAXl352I8XStCYyGTbGN7KcAaq2TyH8pPYNxivPuJo=
actions/checkout@v4.1.6 ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg=
actions/setup-go@v5.0.1 q8sUwsMBEiWR5uyTQTvyQtNFn3obLEbDMcbC4Qk1JiA=
github/codeql-action@v3.25.4 IS0jPBoizz231GhtreScmnuGvpNv//SRaBVTxgcSB/E=
ncipollo/release-action@v1.14.0 +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM=
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghasum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
app_id: ${{ secrets.AUTOMATION_APP_ID }}
private_key: ${{ secrets.AUTOMATION_APP_KEY }}
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
with:
token: ${{ steps.automation-token.outputs.token }}
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write # To create a GitHub Release
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
image: returntocorp/semgrep
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.6
- name: Install Go
uses: actions/setup-go@v5.0.1
with:
Expand Down

0 comments on commit b77378d

Please sign in to comment.