From 25b48c5113592e14b375861dd436493a908f7082 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 18 Apr 2023 01:10:02 +0200 Subject: [PATCH] Pin GitHub Actions to specific commits for security --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b362e..b2d1bf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: name: Build on Linux using Apache Ant runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Install dependencies run: |-