Skip to content

Commit 7ffb702

Browse files
chore(deps): update github-actions
1 parent 5b83ba5 commit 7ffb702

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main-update.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
pip install -r hack/requirements.txt
6565
6666
- name: Login to GitHub Container Registry
67-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
67+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
6868
with:
6969
registry: ghcr.io
7070
username: ${{ github.repository_owner }}
@@ -107,7 +107,7 @@ jobs:
107107
needs: e2e_test
108108
steps:
109109
- name: Create GitHub App token
110-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
110+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
111111
id: app-token
112112
with:
113113
app-id: 1312871
@@ -167,7 +167,7 @@ jobs:
167167
pip install -r hack/requirements.txt
168168
169169
- name: Login to GitHub Container Registry
170-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
170+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
171171
with:
172172
registry: ghcr.io
173173
username: ${{ github.repository_owner }}

.github/workflows/pr-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
pip install -r hack/requirements.txt
7373
7474
- name: Login to GitHub Container Registry
75-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
75+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
7676
with:
7777
registry: ghcr.io
7878
username: ${{ github.repository_owner }}

.github/workflows/update-prometheus-operator-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Create GitHub App token
26-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
26+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
2727
id: app-token
2828
with:
2929
app-id: 1312871

0 commit comments

Comments
 (0)