Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/pull-request-action
- name: create pr
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/cosign-installer
- name: setup cosign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/cosign-installer
- name: setup cosign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/docker-setup-buildx
- name: setup docker buildx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-exists-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/authenticate-to-google-cloud
- name: authenticate to google cloud
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,23 +70,23 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}
path: pull

# https://github.com/marketplace/actions/checkout
- name: checkout cluster repo
if: ${{ inputs.cluster-repo }}
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}
repository: ${{ inputs.cluster-repo-owner }}/${{ inputs.cluster-repo }}
path: pull/${{ inputs.path }}/${{ inputs.cluster-repo }}

# https://github.com/marketplace/actions/checkout
- name: checkout default branch
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}
ref: ${{ github.event.repository.default_branch }}
Expand All @@ -95,7 +95,7 @@ jobs:
# https://github.com/marketplace/actions/checkout
- name: checkout cluster default branch
if: ${{ inputs.cluster-repo }}
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}
repository: ${{ inputs.cluster-repo-owner }}/${{ inputs.cluster-repo }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-changed-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/changed-files
- name: get all changed files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/setup-node-js-environment
- name: setup node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-renovate-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
token: ${{ steps.generate-token.outputs.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-image-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/authenticate-to-google-cloud
- name: authenticate to google cloud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/cache
- name: cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/check-php-syntax-errors
- name: php-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-build-assets-google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/authenticate-to-google-cloud
- name: authenticate to google cloud
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/value-updater-yaml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
# https://github.com/marketplace/actions/checkout
- name: checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

# https://github.com/marketplace/actions/setup-yq
- name: update value
Expand Down