summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2023-04-18 01:00:18 +0200
committerGitHub <noreply@github.com>2023-04-18 01:00:18 +0200
commit4ee33305a38bed466b82a099166851f2c4ba561d (patch)
treee2977bd84b6ccc8fa71c2db89c200dccb8fdaa2e
parent7a8617e4efdd295c87d62249d21e849fe6872adf (diff)
parent5865e2608fc97a7ec13dfa995b815db4601d0d41 (diff)
downloaduriparser-4ee33305a38bed466b82a099166851f2c4ba561d.tar.gz
Merge pull request #165 from uriparser/pin-github-actions-at-commit-levelHEADmaster
Pin GitHub Actions to specific commits for security
-rw-r--r--.github/workflows/build-and-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml
index 6d875cd..784e4ce 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -34,7 +34,7 @@ jobs:
-DMINGW=ON
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.5.2
+ - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
- name: Add Clang/LLVM repositories (Non-MinGW)
if: "${{ ! contains(matrix.cmake_args, 'mingw') }}"