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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Project Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Check MIT license on source files
uses: korandoru/hawkeye@2f80559b06187bcd1aa7bca5138fe5e5c53e275f # v6.3.0
Expand All @@ -25,7 +25,7 @@ jobs:

steps:
- name: Project Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Lint Bash files
uses: dotanuki-labs/github-actions/quality/bash@main
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
needs: build
steps:
- name: Project Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Setup JDK
uses: actions/[email protected]
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
needs: build
steps:
- name: Project Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Evaluate CVEs for the current Git sha
run: ./scripts/secops.sh ${{ secrets.GITHUB_TOKEN }} ${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Project Checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Setup JDK
uses: actions/[email protected]
Expand Down
Loading