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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/storm-site.git


The following commit(s) were added to refs/heads/main by this push:
     new baa88269f7 Pin versions
baa88269f7 is described below

commit baa88269f7505b2653d2b7bf2e5e2910ecc3ec47
Author: Richard Zowalla <[email protected]>
AuthorDate: Sat Aug 9 21:17:15 2025 +0200

    Pin versions
---
 .github/workflows/publish-staging.yml | 6 +++---
 .github/workflows/publish.yml         | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/publish-staging.yml 
b/.github/workflows/publish-staging.yml
index 3a5a7af873..c01af3f1f7 100644
--- a/.github/workflows/publish-staging.yml
+++ b/.github/workflows/publish-staging.yml
@@ -26,9 +26,9 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 
v3.6.0
       - name: Setup Ruby
-        uses: ruby/[email protected]
+        uses: ruby/setup-ruby@277ba2a127aba66d45bad0fa2dc56f80dbfedffa # 
v1.222.0
         with:
           ruby-version: '3.1' # Not needed with a .ruby-version file
           bundler-cache: true # runs 'bundle install' and caches installed 
gems automatically
@@ -39,7 +39,7 @@ jobs:
         env:
           JEKYLL_ENV: production
       - name: 'Checkout asf-staging'
-        uses: actions/checkout@v4
+        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
         with:
           repository: 'apache/storm-site'
           ref: 'asf-staging'
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 9fae4d3286..11f0cd3da3 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -30,9 +30,9 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # 
v3.6.0
       - name: Setup Ruby
-        uses: ruby/setup-ruby@v1
+        uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # 
v1.254.0
         with:
           ruby-version: '3.1' # Not needed with a .ruby-version file
           bundler-cache: true # runs 'bundle install' and caches installed 
gems automatically
@@ -43,7 +43,7 @@ jobs:
         env:
           JEKYLL_ENV: production
       - name: 'Checkout asf-site'
-        uses: actions/checkout@v4
+        uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 
v4.2.2
         with:
           repository: 'apache/storm-site'
           ref: 'asf-site'

Reply via email to