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/workflows/build-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
jdk-src: ${{ vars.JDK_SRC }}
gradle-java-version: ${{ vars.GRADLE_JAVA_VERSION }}

- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
name: Checkout IDL Source Generator
id: srcgen
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report-evidence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
# Full history: the audit reads the pushed range, and a shallow clone would leave
# `before` unfetched — which reads as "nothing to check" rather than as an error.
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
fetch-depth: 0

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Checkout the canonical audit
id: canonical
if: ${{ !cancelled() }}
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
repository: sava-software/idl-src-gen
token: ${{ secrets.READ_SAVA_SRC_GEN }}
Expand Down