Skip to content
Merged
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/actions/generate-chart-matrix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ runs:
echo "${GITHUB_CONTEXT}"
- name: Get changed dirs
id: changed-files
uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c # v46
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47
with:
dir_names: "true"
- name: Get chart versions
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/gke-login/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
with:
credentials_json: '${{ inputs.credentials-json }}'
- name: Get GKE credentials
uses: google-github-actions/get-gke-credentials@64bc7249bbcf78056bb92f14d3cedc2da193946c # v2
uses: google-github-actions/get-gke-credentials@3da1e46a907576cefaa90c484278bb5b259dd395 # v3
with:
cluster_name: ${{ inputs.cluster-name }}
location: ${{ inputs.cluster-location }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-validate-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
echo "check-version-increment: false" >> .github/config/chart-testing.yaml
# Dependencies.
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
with:
python-version: 3.13
- name: Cache Helm chart dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/repo-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run Labeler
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6
with:
configuration-path: .github/config/pr-labeler.yaml
2 changes: 1 addition & 1 deletion .github/workflows/test-integration-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ jobs:
repository: camunda/camunda-platform-helm
ref: ${{ inputs.camunda-helm-git-ref }}

- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: lts/*

Expand Down
Loading