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
10 changes: 5 additions & 5 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
# repository: ${{github.repository}} (default)
fetch-depth: 0
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
echo "CTEST_EXE=ctest" >> "$GITHUB_ENV"

- name: Checkout OpenCL-Headers
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Configure
run: $CMAKE_EXE
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
Remove-Item ~\Downloads\*

- name: Checkout OpenCL-Headers
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Configure (MSBuild)
if: matrix.GEN == 'Visual Studio 17 2022'
Expand Down Expand Up @@ -557,7 +557,7 @@ jobs:
CXX: ${{matrix.COMPILER.CXX}}
steps:
- name: Checkout OpenCL-Headers
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Create Build Environment
run: |
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
CFLAGS: -Wall -Wextra -pedantic -Werror
steps:
- name: Checkout OpenCL-Headers
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1

- name: Configure
run: cmake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
run: dput ppa:${{ vars.PPA }} $GITHUB_WORKSPACE/*source.changes

- name: Create GitHub release
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
with:
files: ${{ github.workspace }}/../build/*.deb
Loading