Skip to content

Commit edd2c29

Browse files
renovate[bot]chmeliik
authored andcommitted
chore(deps): update github-actions
1 parent c13c487 commit edd2c29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
go-version-file: './${{matrix.path}}/go.mod'
1919
cache-dependency-path: ./${{matrix.path}}/go.sum
2020
- name: golangci-lint
21-
uses: golangci/golangci-lint-action@2f13b8027d5e60ac6e32b086a0dc4d2ae4cb3f77
21+
uses: golangci/golangci-lint-action@58eda26a511c265ee35b3ee4b101fb8adfd76480
2222
with:
2323
working-directory: ${{matrix.path}}
2424
args: "--timeout=10m --build-tags='normal periodic'"
@@ -84,7 +84,7 @@ jobs:
8484
# we let the report trigger content trigger a failure using the GitHub Security features.
8585
args: '-tags normal,periodic -no-fail -fmt sarif -out results.sarif ${{matrix.path}}/...'
8686
- name: Upload SARIF file
87-
uses: github/codeql-action/upload-sarif@5b6e617dc0241b2d60c2bccea90c56b67eceb797
87+
uses: github/codeql-action/upload-sarif@3407610120cd5656b6fc71991415cb50748b9489
8888
with:
8989
# Path to SARIF file relative to the root of the repository
9090
sarif_file: results.sarif

.github/workflows/run-task-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
repository: 'konflux-ci/konflux-ci'
6262
path: konflux-ci
63-
ref: d75f101479361f078a862d21bc8bb82cf6d265d5
63+
ref: 2f5521ef53726e8a6079fdc584af9deb21dbe917
6464

6565
- name: Create k8s Kind Cluster
6666
if: steps.tasks-to-be-tested.outputs.tasklist != ''

0 commit comments

Comments
 (0)