Skip to content

Commit 3e37cbb

Browse files
build(deps): bump the actions group across 1 directory with 9 updates
Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [DeterminateSystems/nix-installer-action](https://github.com/determinatesystems/nix-installer-action) | `16` | `21` | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `6.0.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.8` | `7.0.9` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `3.0.1` | `4.0.0` | | [actions/stale](https://github.com/actions/stale) | `9.1.0` | `10.1.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.4.0` | `6.1.0` | | [helm/kind-action](https://github.com/helm/kind-action) | `1.12.0` | `1.13.0` | | [docker/login-action](https://github.com/docker/login-action) | `3.4.0` | `3.6.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.2.1` | `2.4.2` | Updates `DeterminateSystems/nix-installer-action` from 16 to 21 - [Release notes](https://github.com/determinatesystems/nix-installer-action/releases) - [Commits](DeterminateSystems/nix-installer-action@e50d5f7...c5a866b) Updates `actions/checkout` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...1af3b93) Updates `peter-evans/create-pull-request` from 7.0.8 to 7.0.9 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@271a8d0...84ae59a) Updates `actions/upload-pages-artifact` from 3.0.1 to 4.0.0 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](actions/upload-pages-artifact@56afc60...7b1f4a7) Updates `actions/stale` from 9.1.0 to 10.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@5bef64f...5f858e3) Updates `actions/setup-go` from 5.4.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.4.0...4dc6199) Updates `helm/kind-action` from 1.12.0 to 1.13.0 - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](helm/kind-action@a1b0e39...92086f6) Updates `docker/login-action` from 3.4.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@74a5d14...5e57cd1) Updates `softprops/action-gh-release` from 2.2.1 to 2.4.2 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@c95fe14...5be0e66) --- updated-dependencies: - dependency-name: DeterminateSystems/nix-installer-action dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/upload-pages-artifact dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-go dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: helm/kind-action dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0d450a commit 3e37cbb

11 files changed

+39
-39
lines changed

.github/workflows/auto-gen-docs.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
runs-on: ubuntu-latest
3434
if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
3535
steps:
36-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
36+
- uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
3737
with:
3838
diagnostic-endpoint: ""
3939
- name: Checkout code
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
4141

4242
- name: Check for changes
4343
run: |
@@ -51,7 +51,7 @@ jobs:
5151
| sed -e 's/\(.*\)/"\1"/' | xargs sed -i "/date:/c\date: $(date +'%Y-%m-%d')"
5252
5353
- name: Create Pull Request
54-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v6
54+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v6
5555
if: env.IS_CHANGED == 'true' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
5656
with:
5757
commit-message: Auto-updated docs
@@ -65,11 +65,11 @@ jobs:
6565
runs-on: ubuntu-latest
6666
if: github.event_name == 'pull_request' || (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
6767
steps:
68-
- uses: DeterminateSystems/nix-installer-action@e50d5f73bfe71c2dd0aa4218de8f4afa59f8f81d # v16
68+
- uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
6969
with:
7070
diagnostic-endpoint: ""
7171
- name: Checkout code
72-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
72+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
7373
- name: nix checks
7474
run: nix flake check
7575
- name: nix build
@@ -81,7 +81,7 @@ jobs:
8181
id: pages
8282
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5
8383
- name: Upload artifact
84-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
84+
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v3
8585
with:
8686
path: ./result
8787

.github/workflows/auto-generate-manifests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
2424

2525
- name: Set up env vars
2626
run: |
@@ -51,7 +51,7 @@ jobs:
5151
cp chart/jenkins-operator/crds/jenkins-crd.yaml deploy/crds/jenkins.io_jenkins_crd.yaml
5252
5353
- name: Create Pull Request
54-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v6
54+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v6
5555
with:
5656
commit-message: Auto-updated Kubernetes Manifests
5757
branch: manifest-deploy-update

.github/workflows/auto-stale-issue.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
15+
- uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v9
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
operations-per-run: 200

.github/workflows/auto-tests-bats.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
test-file: ["1-deploy", "2-deploy-with-more-options", "3-deploy-with-webhook"]
3131
steps:
3232
- name: Check out code
33-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
3434

3535
- name: Set up env vars
3636
run: |
@@ -41,7 +41,7 @@ jobs:
4141
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
4242
4343
- name: Prepare go environment
44-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
44+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
4545
with:
4646
go-version: ${{ env.GO_VERSION }}
4747

@@ -57,7 +57,7 @@ jobs:
5757
file-path: "${{ github.workspace }}/.bats/bats-file"
5858

5959
- name: Kind setup
60-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
60+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
6161
with:
6262
cluster_name: ${{env.KIND_CLUSTER_NAME}}
6363

.github/workflows/auto-tests-e2e.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
matrix: ${{ steps.matrix.outputs.matrix }}
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
3030
- id: matrix
3131
run: |
3232
script=$(./test/make_matrix_ginkgo.sh e2e)
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: [create-e2e-list]
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
4141

4242
- name: Set up env vars
4343
run: |
@@ -46,7 +46,7 @@ jobs:
4646
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
4747
4848
- name: Prepare go environment
49-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
49+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252

@@ -66,7 +66,7 @@ jobs:
6666
matrix: ${{ fromJSON(needs.create-e2e-list.outputs.matrix) }}
6767
steps:
6868
- name: Check out code
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
69+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
7070

7171
- name: Set up env vars
7272
run: |
@@ -76,15 +76,15 @@ jobs:
7676
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
7777
7878
- name: Prepare go environment
79-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
79+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

8383
- name: Ensure Golang runtime dependencies
8484
run: make go-dependencies
8585

8686
- name: Kind setup
87-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
87+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
8888
with:
8989
cluster_name: ${{env.KIND_CLUSTER_NAME}}
9090
config: kind-cluster.yaml

.github/workflows/auto-tests-helm.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
outputs:
2727
matrix: ${{ steps.matrix.outputs.matrix }}
2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
3030
- id: matrix
3131
run: |
3232
script=$(./test/make_matrix_ginkgo.sh helm)
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: [create-helm-list]
3939
steps:
40-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
4141

4242
- name: Set up env vars
4343
run: |
@@ -46,7 +46,7 @@ jobs:
4646
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
4747
4848
- name: Prepare go environment
49-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
49+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
5050
with:
5151
go-version: ${{ env.GO_VERSION }}
5252

@@ -66,7 +66,7 @@ jobs:
6666
matrix: ${{ fromJSON(needs.create-helm-list.outputs.matrix) }}
6767
steps:
6868
- name: Check out code
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
69+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
7070

7171
- name: Set up env vars
7272
run: |
@@ -77,15 +77,15 @@ jobs:
7777
echo "GOPATH=/home/runner/go" >> $GITHUB_ENV
7878
7979
- name: Prepare go environment
80-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
80+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
8181
with:
8282
go-version: ${{ env.GO_VERSION }}
8383

8484
- name: Ensure Golang runtime dependencies
8585
run: make go-dependencies
8686

8787
- name: Kind setup
88-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
88+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
8989
with:
9090
cluster_name: ${{env.KIND_CLUSTER_NAME}}
9191
config: kind-cluster.yaml

.github/workflows/auto-update-jenkins-lts.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out code
17-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5
1818

1919
- name: Set up env vars
2020
run: |
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Prepare go environment
4242
if: steps.check.outputs.needs_update == 'true'
43-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
43+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4444
with:
4545
go-version: ${{ env.GO_VERSION }}
4646

@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Create Pull Request
6464
if: steps.check.outputs.needs_update == 'true'
65-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
65+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}
6868
commit-message: "chore: update Jenkins lts version to ${{ steps.check.outputs.latest }}"

.github/workflows/release-backup.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
23+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
2424

2525
- name: Check envs
2626
run: make -C backup/pvc check-env
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Login to Quay.io
4848
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
49-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
49+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
5050
with:
5151
registry: quay.io
5252
username: ${{ secrets.QUAYIO_USERNAME }}

.github/workflows/release-helm-chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
2121

2222
- name: Deploy Helm chart
2323
run: |
@@ -31,7 +31,7 @@ jobs:
3131
3232
# Creates pull request with new chart version
3333
- name: Create Pull Request
34-
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v6
34+
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v6
3535
with:
3636
commit-message: Release Helm chart ${{ github.event.inputs.chartVersion }}
3737
branch: helm-chart-release-${{ github.event.inputs.chartVersion }}

.github/workflows/release-nightly.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Prep - check out code
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v4
1818

1919
- name: Prep - Set up env vars
2020
run: |
@@ -34,7 +34,7 @@ jobs:
3434
file-path: "${{ github.workspace }}/.bats/bats-file"
3535

3636
- name: Prep - go environment
37-
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
37+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5
3838
with:
3939
go-version: ${{ env.GO_VERSION }}
4040

@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Prep - Kind setup
5656
if: ${{ github.event.inputs.skipTests != 'true' }}
57-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
57+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
5858
with:
5959
cluster_name: ${{env.KIND_CLUSTER_NAME}}
6060
config: kind-cluster.yaml
@@ -77,7 +77,7 @@ jobs:
7777
run: make bats-tests
7878

7979
- name: Post - Login to Quay.io
80-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
80+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
8181
with:
8282
registry: quay.io
8383
username: ${{ secrets.QUAYIO_USERNAME }}

0 commit comments

Comments
 (0)