File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 12
12
fossa :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
+ - name : Checkout Repo
16
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16
17
17
18
- uses : fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # v1.7.0
18
19
with :
Original file line number Diff line number Diff line change 17
17
markdownlint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - name : check out code
21
- uses : actions/checkout@v4
20
+ - name : Checkout Repo
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
23
23
- name : install markdownlint
24
24
run : sudo npm install -g markdownlint-cli
Original file line number Diff line number Diff line change 19
19
# Needed for GitHub OIDC token if publish_results is true
20
20
id-token : write
21
21
steps :
22
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - name : Checkout Repo
23
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
24
with :
24
25
persist-credentials : false
25
26
Original file line number Diff line number Diff line change @@ -20,11 +20,14 @@ jobs:
20
20
TARGETARCH : [amd64]
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - name : Checkout Repo
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
+
24
26
- name : Build the Docker image
25
27
run : docker build protobuf/. -t build-protobuf
26
28
env :
27
29
TARGETARCH : ${{ matrix.TARGETARCH }}
30
+
28
31
- name : Push the Docker image
29
32
if : github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
30
33
run : |
Original file line number Diff line number Diff line change @@ -16,14 +16,15 @@ jobs:
16
16
build :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - name : Checkout Repo
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
21
22
- name : Build the Docker image
22
23
run : docker build schemas/. -t build-tool-schemas
23
24
24
25
- name : Login to GitHub Package Registry
25
26
if : github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
26
- uses : docker/login-action@v3
27
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
27
28
with :
28
29
username : ${{ secrets.DOCKER_USERNAME }}
29
30
password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments