Skip to content

Commit 68f5976

Browse files
[skip-release] Update github-actions
1 parent 2851838 commit 68f5976

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3030

3131
- name: Set up Go
32-
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6
32+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
3333
with:
3434
go-version: "1.26.x"
3535

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
40+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
4141

4242
- name: Build native image without credentials
43-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
43+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
4444
with:
4545
context: .
4646
load: true

.github/workflows/reusable-goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
runs-on: ubuntu-24.04
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
72+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7373
with:
7474
fetch-depth: 0
7575

7676
- name: Set up Go
77-
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
77+
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
7878
with:
7979
go-version: ${{ inputs.go-version }}
8080

@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Checkout Package Publisher
102102
if: ${{ inputs.publish-package-repo }}
103-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
103+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
104104
with:
105105
repository: libops/terraform-linux-packages
106106
# Run a reviewed immutable package publisher, not whatever main

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232

3333
- name: Set up Terraform
34-
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
34+
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
3535
with:
3636
terraform_version: 1.15.2
3737

0 commit comments

Comments
 (0)