Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@f43a0e5...3df4ab1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hectorm committed Sep 12, 2023
1 parent 5094c9f commit f6e8cd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand All @@ -36,7 +36,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand All @@ -59,7 +59,7 @@ jobs:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand All @@ -77,7 +77,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand All @@ -95,7 +95,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
]
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
contents: 'read'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up QEMU'
uses: 'docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7'
- name: 'Set up Docker Buildx'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/security-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
language: ['go']
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand All @@ -51,7 +51,7 @@ jobs:
security-events: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Set up Go'
uses: 'actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
security-events: 'write'
steps:
- name: 'Checkout'
uses: 'actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744'
uses: 'actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac'
- name: 'Perform security analysis'
uses: 'ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031'
with:
Expand Down

0 comments on commit f6e8cd1

Please sign in to comment.