mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-09-12 11:06:04 +00:00
Pin GH Actions by hash. (#1300)
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v7
|
||||
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
sudo apt-get install podman buildah
|
||||
|
||||
- name: Set up Go 1.26
|
||||
uses: actions/setup-go@v7
|
||||
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
|
||||
with:
|
||||
go-version: '1.26'
|
||||
cache: false # true (default) results in warnings since we don't use Go modules
|
||||
|
||||
Reference in New Issue
Block a user