Skip to content

Commit

Permalink
Fix: Set specific checkout hash and add shell to composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Schardt authored and Robert Schardt committed Oct 1, 2024
1 parent 1a2fef4 commit 1da3099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-dependencies-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: 'Install dependencies for Boreas'
runs:
using: "composite"
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build Boreas
shell: bash
run: |
apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
build-essential \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
language: [ 'c' ]

steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install-dependencies-action/
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: ./.github/actions/install-dependencies-action

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 1da3099

Please sign in to comment.