Skip to content

Commit 1b3ee5c

Browse files
Merge pull request #1969 from openstack-k8s-operators/renovate/github-actions-dependencies
[main] Update GitHub Actions Dependencies
2 parents 291cc82 + aa9e236 commit 1b3ee5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Initializes the CodeQL tools for scanning.
5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
59+
uses: github/codeql-action/init@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
6060
with:
6161
languages: ${{ matrix.language }}
6262
build-mode: ${{ matrix.build-mode }}
@@ -84,6 +84,6 @@ jobs:
8484
exit 1
8585
8686
- name: Perform CodeQL Analysis
87-
uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
87+
uses: github/codeql-action/analyze@02c5e83432fe5497fd85b873b6c9f16a8578e1d9 # v3
8888
with:
8989
category: "/language:${{matrix.language}}"

.github/workflows/crd-size-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
- name: Update badge gist
109109
if: github.event_name == 'push'
110-
uses: schneegans/dynamic-badges-action@0e50b8bad39e7e1afd3e4e9c2b7dd145fad07501 # v1.8.0
110+
uses: schneegans/dynamic-badges-action@28b0fa8bdeb46170ac397105ece0c1fe58f68910 # v1.9.0
111111
with:
112112
auth: ${{ secrets.GIST_SECRET }}
113113
gistID: ${{ vars.GIST_ID }}

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929
- uses: ruby/setup-ruby@v1
3030
with:
31-
ruby-version: '3.4.9'
31+
ruby-version: '3.4.10'
3232

3333
- name: Install Asciidoc
3434
run: make docs-dependencies

0 commit comments

Comments
 (0)