This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 958507b  gha: pin `actions/checkout` to hash for v6.0.0 (#65)
958507b is described below

commit 958507bab6bd6a6b65e8ecf4cd79390280b8b526
Author: John Bampton <[email protected]>
AuthorDate: Sun Nov 30 15:03:50 2025 +1000

    gha: pin `actions/checkout` to hash for v6.0.0 (#65)
    
    
https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
---
 .github/workflows/build-pelican.yml | 2 +-
 .github/workflows/pre-commit.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build-pelican.yml 
b/.github/workflows/build-pelican.yml
index 6ccfb30..3dd9264 100644
--- a/.github/workflows/build-pelican.yml
+++ b/.github/workflows/build-pelican.yml
@@ -16,7 +16,7 @@ jobs:
     permissions:
       contents: write   # because we push to asf-site
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3  # 
v6.0.0
         with:
           persist-credentials: true
           ref: ${{ github.ref || 'main' }}
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 96a66b4..69463f0 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout code
-        uses: actions/checkout@v4
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3  # 
v6.0.0
         with:
           persist-credentials: false
       - name: Install


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to