Skip to content

Commit 40f8bd5

Browse files
authored
Merge pull request #48 from fluxcd/dependabot/github_actions/actions-c771d190fd
Bump the actions group across 2 directories with 6 updates
2 parents f338190 + e045289 commit 40f8bd5

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/actions/setup-kubernetes/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Checkout
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717
- name: Setup Kustomize
18-
uses: fluxcd/pkg/actions/kustomize@63d73fdd0da522e94a54cc3e93607226a433ccb0 # main
18+
uses: fluxcd/pkg/actions/kustomize@f3ad4b56adec90eb5661af565cdebec997ad4bfb # main
1919
- name: Setup QEMU
2020
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
2121
- name: Setup Docker Buildx

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
ref: ${{ github.event.pull_request.head.sha }}
2020
- name: Create backport PRs
21-
uses: korthout/backport-action@3c06f323a58619da1e8522229ebc8d5de2633e46 # v4.3.0
21+
uses: korthout/backport-action@66065406958f46e82238fd59546f5a99e69e22aa # v4.5.2
2222
# xref: https://github.com/korthout/backport-action#inputs
2323
with:
2424
# Use token to allow workflows to be triggered for the created PR

.github/workflows/code-scan.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
**/go.sum
2626
**/go.mod
2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
28+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
2929
with:
3030
languages: go
3131
queries: security-and-quality
3232
- name: Autobuild
33-
uses: github/codeql-action/autobuild@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
33+
uses: github/codeql-action/autobuild@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3434
- name: Perform CodeQL Analysis
35-
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
35+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
3636
fossa:
3737
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) && github.actor != 'dependabot[bot]'
3838
runs-on: ubuntu-latest

.github/workflows/controller-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout
4545
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646
- name: Setup Kustomize
47-
uses: fluxcd/pkg/actions/kustomize@63d73fdd0da522e94a54cc3e93607226a433ccb0 # main
47+
uses: fluxcd/pkg/actions/kustomize@f3ad4b56adec90eb5661af565cdebec997ad4bfb # main
4848
- name: Prepare
4949
id: prep
5050
env:
@@ -85,7 +85,7 @@ jobs:
8585
type=raw,value=${{ steps.prep.outputs.VERSION }}
8686
- name: Publish images
8787
id: build-push
88-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
88+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
8989
with:
9090
sbom: true
9191
provenance: true
@@ -96,7 +96,7 @@ jobs:
9696
platforms: linux/amd64,linux/arm/v7,linux/arm64
9797
tags: ${{ steps.meta.outputs.tags }}
9898
labels: ${{ steps.meta.outputs.labels }}
99-
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
99+
- uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
100100
with:
101101
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
102102
- name: Sign images
@@ -120,7 +120,7 @@ jobs:
120120
- name: Create release and SBOM
121121
id: run-goreleaser
122122
if: startsWith(github.ref, 'refs/tags/v')
123-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
123+
uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2
124124
with:
125125
version: latest
126126
args: release --clean --skip=validate

0 commit comments

Comments
 (0)