-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #926 from Ana06/update-actions
[CI] Update actions to use immutable release and non deprecated version of Node
- Loading branch information
Showing
6 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,15 +23,15 @@ jobs: | |
os_name: Win19 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
- name: Build and test all packages | ||
run: scripts/test/test_install.ps1 -all -max_tries 3 | ||
- name: Upload logs to artifacts | ||
uses: ./.github/actions/upload-logs | ||
if: always() | ||
- name: Checkout wiki code | ||
if: always() | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
repository: ${{ github.repository }}.wiki | ||
path: wiki | ||
|
@@ -60,7 +60,7 @@ jobs: | |
echo "message=$message" >> $env:GITHUB_ENV | ||
- name: Update dynamic badge gist | ||
if: always() | ||
uses: schneegans/[email protected] | ||
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0 | ||
with: | ||
auth: ${{ secrets.REPO_TOKEN }} | ||
gistID: 7d6b2592948d916eb5529350308f01d1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,14 @@ jobs: | |
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
- name: Count packages | ||
run: | | ||
# Counts all packages in /packages including installer.vm | ||
num_packages=$(ls packages | wc -l) | ||
echo "num_packages=$num_packages" >> $GITHUB_ENV | ||
- name: Update dynamic badge gist | ||
uses: schneegans/[email protected] | ||
uses: schneegans/dynamic-badges-action@e9a478b16159b4d31420099ba146cdc50f134483 # v1.7.0 | ||
with: | ||
auth: ${{ secrets.REPO_TOKEN }} | ||
gistID: 0e28118f551692f3401ac669e1d6761d | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters