Skip to content

Commit a658791

Browse files
ci(deps): bump the github-actions group with 8 updates
Bumps the github-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `6` | `9` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.5.0` | `6.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `5` | `7` | | [googleapis/release-please-action](https://github.com/googleapis/release-please-action) | `4.3.0` | `4.4.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `4.2.1` | `5.1.1` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `golangci/golangci-lint-action` from 6 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v9) Updates `actions/setup-go` from 5.5.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@d35c59a...4dc6199) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 5 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) Updates `googleapis/release-please-action` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](googleapis/release-please-action@c2a5a2b...16a9c90) Updates `aws-actions/configure-aws-credentials` from 4.2.1 to 5.1.1 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@b475783...61815dc) Updates `actions/setup-python` from 4 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: googleapis/release-please-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 83e2824 commit a658791

File tree

6 files changed

+38
-38
lines changed

6 files changed

+38
-38
lines changed

.github/workflows/ci.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 5
2121
steps:
2222
- name: Pull latest awslabs/git-secrets repo
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424
with:
2525
repository: awslabs/git-secrets
2626
ref: 1.3.0
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install git secrets from source
3030
run: sudo make install
3131
working-directory: git-secrets
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3333
- name: Scan repository for git secrets
3434
run: |
3535
git secrets --register-aws
@@ -41,8 +41,8 @@ jobs:
4141
working_dir: ['.']
4242
timeout-minutes: 10
4343
steps:
44-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45-
- uses: golangci/golangci-lint-action@v6 # v6.1.0
44+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
45+
- uses: golangci/golangci-lint-action@v9 # v6.1.0
4646
with:
4747
version: v${{ env.GOLANGCI_LINT_VERSION }}
4848
working-directory: ${{ matrix.working_dir }}
@@ -51,25 +51,25 @@ jobs:
5151
name: yamllint-lint
5252
runs-on: ubuntu-latest
5353
steps:
54-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
54+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5555
- run: yamllint .
5656
build:
5757
runs-on: ubuntu-latest
5858
timeout-minutes: 10
5959
steps:
60-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
60+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
6161
with:
6262
go-version: ${{ env.GO_VERSION }}
6363
- name: Checkout finch-deamon repo
64-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6565
- name: Build the daemon
6666
run: make build
6767
- name: Run unit tests
6868
run: make test-unit
6969
- name: Create build artifacts
7070
run: tar -cvf build-artifacts.tar bin/
7171
- name: Upload build artifacts
72-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
72+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
7373
with:
7474
name: build-artifacts
7575
path: build-artifacts.tar
@@ -84,19 +84,19 @@ jobs:
8484
fail-fast: false
8585
timeout-minutes: 10
8686
steps:
87-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
87+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
8888
with:
8989
go-version: ${{ env.GO_VERSION }}
9090
- name: Checkout finch-daemon repo
91-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9292
- name: Stop pre-existing containerd and docker services
9393
run: |
9494
sudo systemctl stop docker
9595
sudo systemctl stop containerd
9696
- name: Install Dependencies for e2e Testing
9797
run: ./setup-test-env.sh --containerd-version ${{ matrix.containerd }} --nerdctl-version ${{ matrix.nerdctl }}
9898
- name: Download build artifacts
99-
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
99+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
100100
with:
101101
name: build-artifacts
102102
- name: Extract build artifacts

.github/workflows/finch-vm-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
git config --global --add safe.directory "*"
2323
shell: bash
2424

25-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
25+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828
cache: false
@@ -64,7 +64,7 @@ jobs:
6464
shell: bash
6565

6666
- name: Checkout mainline finch repo
67-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
67+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6868
with:
6969
ref: main
7070
repository: runfinch/finch
@@ -73,7 +73,7 @@ jobs:
7373
submodules: recursive
7474

7575
- name: Checkout finch-daemon PR
76-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
76+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7777
with:
7878
ref: ${{ github.event.pull_request.head.sha || 'main' }}
7979
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}

.github/workflows/release-automation.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
tag: ${{ steps.latest-tag.outputs.tag }}
1616
steps:
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1818
with:
1919
fetch-depth: 0
2020
- name: 'Get the latest tag'
@@ -29,10 +29,10 @@ jobs:
2929
DYNAMIC_BINARY_NAME: ''
3030
STATIC_BINARY_NAME: ''
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3333
with:
3434
fetch-tags: true
35-
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
35+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3636
with:
3737
go-version: ${{ env.GO_VERSION }}
3838
cache: false
@@ -70,7 +70,7 @@ jobs:
7070
exit 1
7171
fi
7272
shell: bash
73-
- uses: actions/upload-artifact@v4
73+
- uses: actions/upload-artifact@v6
7474
with:
7575
name: artifacts
7676
path: release/
@@ -83,8 +83,8 @@ jobs:
8383
needs: generate-artifacts
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@v5
87-
- uses: actions/download-artifact@v5
86+
- uses: actions/checkout@v6
87+
- uses: actions/download-artifact@v7
8888
with:
8989
name: artifacts
9090
path: release/
@@ -93,8 +93,8 @@ jobs:
9393
needs: [generate-artifacts, validate-artifacts]
9494
runs-on: ubuntu-latest
9595
steps:
96-
- uses: actions/checkout@v5
97-
- uses: actions/download-artifact@v5
96+
- uses: actions/checkout@v6
97+
- uses: actions/download-artifact@v7
9898
with:
9999
name: artifacts
100100
- uses: softprops/action-gh-release@v2

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release_created: ${{ steps.release.outputs.release_created }}
2020
steps:
2121
- name: release-please-action
22-
uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
22+
uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
2323
id: release
2424
with:
2525
target-branch: ${{ github.head_ref || github.ref_name }}

.github/workflows/samcli-direct.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,26 +42,26 @@ jobs:
4242
steps:
4343

4444
- name: Configure AWS credentials
45-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
45+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
4646
with:
4747
role-to-assume: ${{secrets.SAMCLI_DIRECT_ROLE_BASE}}
4848
role-session-name: samcli-${{ matrix.test_step.name }}-tests
4949
aws-region: ${{ secrets.REGION }}
5050
role-duration-seconds: 2000
5151

5252
- name: Set up Go
53-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
53+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5454
with:
5555
go-version: ${{ env.GO_VERSION }}
5656

5757
# from aws/aws-sam-cli/setup.py: python_requires=">=3.9, <=4.0, !=4.0
5858
- name: Set up Python
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: '3.11'
6262

6363
- name: Checkout finch-daemon
64-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6565
with:
6666
ref: ${{ github.head_ref }}
6767
fetch-depth: 0
@@ -101,7 +101,7 @@ jobs:
101101
echo "tag=$TAG" >> $GITHUB_OUTPUT
102102
103103
- name: Checkout SAM CLI
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v6
105105
with:
106106
repository: aws/aws-sam-cli
107107
submodules: recursive
@@ -148,10 +148,10 @@ jobs:
148148
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
149149
steps:
150150
- name: Checkout repository
151-
uses: actions/checkout@v4
151+
uses: actions/checkout@v6
152152

153153
- name: Configure AWS credentials
154-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df
154+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
155155
with:
156156
role-to-assume: ${{ secrets.SAMCLI_DIRECT_ROLE_BASE }}
157157
role-session-name: cleanup-samcli-direct

.github/workflows/samcli-vm.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343

4444
- name: Set up Go
45-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
45+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4646
with:
4747
go-version: ${{ env.GO_VERSION }}
4848
cache: false
@@ -56,7 +56,7 @@ jobs:
5656
run: su ec2-user -c 'echo "A" | /usr/sbin/softwareupdate --install-rosetta --agree-to-license || true'
5757

5858
- name: Set up Python
59-
uses: actions/setup-python@v5
59+
uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ env.PYTHON_VERSION }}
6262

@@ -93,7 +93,7 @@ jobs:
9393
shell: bash
9494

9595
- name: Checkout mainline finch repo
96-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
96+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
9797
with:
9898
ref: main
9999
repository: runfinch/finch
@@ -102,7 +102,7 @@ jobs:
102102
submodules: recursive
103103

104104
- name: Checkout finch-daemon PR
105-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
105+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106
with:
107107
ref: ${{ github.head_ref }}
108108
fetch-depth: 0
@@ -149,7 +149,7 @@ jobs:
149149
shell: bash
150150

151151
- name: Configure AWS credentials
152-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2.1
152+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
153153
with:
154154
role-to-assume: ${{ secrets.SAMCLI_VM_ROLE_SYNC }}
155155
role-session-name: samcli-finch-vm-sequential-tests
@@ -163,7 +163,7 @@ jobs:
163163
echo "tag=$TAG" >> $GITHUB_OUTPUT
164164
165165
- name: Checkout SAM CLI
166-
uses: actions/checkout@v4
166+
uses: actions/checkout@v6
167167
with:
168168
repository: aws/aws-sam-cli
169169
submodules: recursive
@@ -228,10 +228,10 @@ jobs:
228228
sudo rm -rf /tmp/finch-* || true
229229
230230
- name: Checkout repository
231-
uses: actions/checkout@v4
231+
uses: actions/checkout@v6
232232

233233
- name: Configure AWS credentials
234-
uses: aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df
234+
uses: aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708
235235
with:
236236
role-to-assume: ${{ secrets.SAMCLI_VM_ROLE_SYNC }}
237237
role-session-name: cleanup

0 commit comments

Comments
 (0)