Skip to content

Commit 1ca27df

Browse files
committed
fix zizmor findings: use commit sha instead of tag sha
1 parent bab353d commit 1ca27df

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/formatter-version-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
outputs:
3333
should_run: ${{ steps.filter.outputs.should_run }}
3434
steps:
35-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
35+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
persist-credentials: false
38-
- uses: dorny/paths-filter@d1c1ffe0248fe513906c8e24db8ea791d46f8590 # v3
38+
- uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
3939
id: filter
4040
with:
4141
filters: |
@@ -50,7 +50,7 @@ jobs:
5050
if: ${{ github.event_name == 'workflow_dispatch' || needs.filter.outputs.should_run == 'true' }}
5151
runs-on: ubuntu-latest
5252
steps:
53-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
53+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
with:
5555
persist-credentials: false
5656
- name: Extract formatter version from pom.xml

.github/workflows/update_librarian_googleapis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
else
103103
echo "has_changes=true" >> $GITHUB_OUTPUT
104104
fi
105-
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
105+
- uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4.8.0
106106
if: steps.detect_librarian.outputs.has_changes == 'true'
107107
with:
108108
java-version: "17"

0 commit comments

Comments
 (0)