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

raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-platform-guide.git


The following commit(s) were added to refs/heads/main by this push:
     new b6018ed7 chore(ci): pin GitHub Actions (#100)
b6018ed7 is described below

commit b6018ed79fcb99771a061ce08daa902d4e419f41
Author: Arnout Engelen <[email protected]>
AuthorDate: Fri Jul 24 15:29:33 2026 +0200

    chore(ci): pin GitHub Actions (#100)
    
    and set up CI to keep them up-to-date
---
 .github/dependabot.yml               | 6 ++++++
 .github/workflows/build-and-test.yml | 4 ++--
 .github/workflows/link-validator.yml | 2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..5ace4600
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "weekly"
diff --git a/.github/workflows/build-and-test.yml 
b/.github/workflows/build-and-test.yml
index 42caf4c3..ce08d805 100644
--- a/.github/workflows/build-and-test.yml
+++ b/.github/workflows/build-and-test.yml
@@ -129,7 +129,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6
+        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.9
 
       - name: "Shopping analytics service (Scala)"
         run: scripts/sbt-test.sh 
docs-source/docs/modules/microservices-tutorial/examples/shopping-analytics-service-scala
@@ -181,7 +181,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6
+        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.9
 
       - name: "05 Shopping cart service (Scala)"
         run: scripts/sbt-test.sh 
docs-source/docs/modules/microservices-tutorial/examples/05-shopping-cart-service-scala
diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index cb572daf..fd70e905 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -31,7 +31,7 @@ jobs:
           java-version: 11
 
       - name: Cache Coursier cache
-        uses: coursier/cache-action@v6
+        uses: coursier/cache-action@4e2615869d13561d626ed48655e1a39e5b192b3c # 
v6.4.9
 
       - name: Install Coursier command line tool
         run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && 
./cs


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

Reply via email to