Skip to content

Commit 14a1104

Browse files
Update GitHub Actions
1 parent ae67d51 commit 14a1104

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- arm64
3636
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-{1},runner=4cpu-linux-{1},run-id={0}', github.run_id, matrix.arch) || 'ubuntu-latest' }}
3737
steps:
38-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
38+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3939
- name : Set up Go
4040
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
4141
with:

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-{1},runner=4cpu-linux-{1},run-id={0}', github.run_id, matrix.arch) || 'ubuntu-latest' }}
4040
steps:
4141
- name : Checkout repository
42-
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42+
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343
- name: Install go
4444
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
4545
with:

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: lint
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
2323
with:
2424
go-version: '1.22'
@@ -29,7 +29,7 @@ jobs:
2929
- name: Package helm chart
3030
run : ./scripts/build-chart && BUILD_TARGET=helm-project-operator ./scripts/build-chart
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7 #
32+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 #
3333
with:
3434
# Require: The version of golangci-lint to use.
3535
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.

.github/workflows/pr-debug-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
# Checkout the code at the head of the specified PR
3131
- name: Checkout the repository
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333
- name: Get Pull Request Head SHA
3434
id: get_head_sha
3535
run: |
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
# Checkout the code at the head of the specified PR
5858
- name: Checkout PR Head
59-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6060
with:
6161
ref: ${{ needs.prepare_pr_info.outputs.head_sha }}
6262
# Proceed to build images
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
# Checkout the code at the head of the specified PR
101101
- name: Checkout PR Head
102-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
102+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
103103
with:
104104
ref: ${{ needs.prepare_pr_info.outputs.head_sha }}
105105
# Proceed to build images

.github/workflows/prom-fed-e2e-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on: ${{ github.repository == 'rancher/prometheus-federator' && format('runs-on,image=ubuntu22-full-{1},runner=4cpu-linux-{1},run-id={0}', github.run_id, matrix.arch) || 'ubuntu-latest' }}
5757
steps:
5858
-
59-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
59+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6060
with:
6161
fetch-depth: 0
6262
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
GORELEASER_CURRENT_TAG: ${{ github.ref_name }}
3131
steps:
32-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333
with:
3434
fetch-depth: 0
3535
- run: git fetch --force --tags
@@ -82,7 +82,7 @@ jobs:
8282
id-token: write
8383
steps:
8484
- name : Checkout repository
85-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
8686
- name: Set up Docker Buildx
8787
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
8888
- name: Log in to the Container registry
@@ -126,7 +126,7 @@ jobs:
126126
secrets: |
127127
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
128128
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials password | DOCKER_PASSWORD
129-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
129+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
130130
with:
131131
fetch-depth: 0
132132
- name: Log in to the Container registry

0 commit comments

Comments
 (0)