Skip to content

Commit 1ddceb5

Browse files
committed
COPP-8737: Run pinact for all third-party actions
1 parent cb4bf2f commit 1ddceb5

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

.github/workflows/code-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
go-version: ^1.17
2222

2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@v2
24+
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
2525
with:
2626
languages: go
2727

2828
- name: golangci-lint
29-
uses: golangci/golangci-lint-action@v3.4.0
29+
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0
3030
with:
3131
version: latest
3232

3333
- name: Build
3434
run: make build
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v2
37+
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
# Setup kind cluster
2525
- name: Create k8s Kind Cluster
26-
uses: helm/kind-action@v1.4.0
26+
uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 # v1.4.0
2727
with:
2828
cluster_name: kind
2929
- name: Load test docker image into the kind cluster

.github/workflows/helm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
go-version: 1.17
2727

2828
- name: Set up Helm
29-
uses: azure/setup-helm@v3.5
29+
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3
3030
with:
3131
version: v3.5.2
3232

@@ -37,7 +37,7 @@ jobs:
3737
python-version: '3.x'
3838

3939
- name: Set up chart-testing
40-
uses: helm/chart-testing-action@v2.3.1
40+
uses: helm/chart-testing-action@afea100a513515fbd68b0e72a7bb0ae34cb62aec # v2.3.1
4141
with:
4242
version: v3.6.0
4343

@@ -54,7 +54,7 @@ jobs:
5454
if: steps.list-changed.outputs.changed == 'true'
5555

5656
- name: Create k8s Kind Cluster
57-
uses: helm/kind-action@v1.4.0
57+
uses: helm/kind-action@9e8295d178de23cbfbd8fa16cf844eec1d773a07 # v1.4.0
5858
with:
5959
cluster_name: kind
6060
if: steps.list-changed.outputs.changed == 'true'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
# Drafts your next Release notes as Pull Requests are merged into "main"
25-
- uses: release-drafter/release-drafter@v5
25+
- uses: release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5.25.0
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
with:

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
2121

2222
- name: Docker meta
2323
id: meta
24-
uses: docker/metadata-action@v4
24+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
2525
with:
2626
# list of Docker images to use as base name for tags
2727
images: |
@@ -32,14 +32,14 @@ jobs:
3232
3333
- name: Login to GitHub Packages
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v2.1.0
35+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Build and publish a docker image
42-
uses: docker/build-push-action@v4.0.0
42+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
4343
with:
4444
platforms: linux/amd64,linux/arm64
4545
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
run: make build
2626

2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v2
28+
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0
2929

3030
- name: Docker meta
3131
id: meta
32-
uses: docker/metadata-action@v4
32+
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4.6.0
3333
with:
3434
# list of Docker images to use as base name for tags
3535
images: |
@@ -42,14 +42,14 @@ jobs:
4242
4343
- name: Login to GitHub Packages
4444
if: github.event_name != 'pull_request'
45-
uses: docker/login-action@v2.1.0
45+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
4646
with:
4747
registry: ghcr.io
4848
username: ${{ github.repository_owner }}
4949
password: ${{ secrets.GITHUB_TOKEN }}
5050

5151
- name: Build and publish a docker image
52-
uses: docker/build-push-action@v4.0.0
52+
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
5353
with:
5454
platforms: linux/amd64,linux/arm64
5555
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)