mirror of
https://github.com/curl/curl.git
synced 2026-07-28 05:53:11 +03:00
GHA: show full versions next to pinned actions
Also quotes to a configuration entry.
Follow-up to 2e5993ab08 #18827
Closes #18832
This commit is contained in:
parent
4b8278fb3d
commit
e73759f1a9
14 changed files with 94 additions and 94 deletions
8
.github/workflows/non-native.yml
vendored
8
.github/workflows/non-native.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
|||
matrix:
|
||||
arch: ['x86_64']
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: 'cmake'
|
||||
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
matrix:
|
||||
arch: ['x86_64']
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: 'cmake'
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
- { build: 'cmake' , arch: 'arm64', compiler: 'clang' }
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: '${{ matrix.build }}'
|
||||
|
|
@ -261,7 +261,7 @@ jobs:
|
|||
|
||||
fail-fast: false
|
||||
steps:
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue