File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 44 test :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
88 - id : goversion
99 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
1010 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 44 run :
55 runs-on : ubuntu-latest
66 steps :
7- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
88 - id : goversion
99 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
1010 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 1717 - test-linux-386
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121 - id : goversion
2222 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2323 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
Original file line number Diff line number Diff line change 2222 matrix :
2323 target : ${{ fromJSON(inputs.targets) }}
2424 steps :
25- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2626 - id : goversion
2727 run : echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
2828 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
You can’t perform that action at this time.
0 commit comments