forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca0ac55
commit dd3e46c
Showing
6 changed files
with
20 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
app_id: ${{ secrets.APP_ID }} | ||
private_key: ${{ secrets.APP_PEM }} | ||
|
||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
token: ${{ steps.generate_token.outputs.token }} | ||
|
||
|
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 |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
changes: ${{ steps.changes.outputs.changes }} | ||
all: ${{ steps.apps.outputs.all }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -152,7 +152,7 @@ jobs: | |
env: | ||
WXWIDGETS_VERSION: 3.1.5 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
|
||
- name: Download source archive | ||
uses: actions/[email protected] | ||
|
@@ -200,8 +200,7 @@ jobs: | |
runs-on: macos-12 | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected] | ||
|
||
- uses: actions/[email protected] | ||
- name: Download source archive | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -333,7 +332,7 @@ jobs: | |
if: contains(needs.pack.outputs.changes, 'emulator') | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -360,7 +359,7 @@ jobs: | |
fail-fast: false | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -371,7 +370,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -413,7 +412,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
needs: pack | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -442,7 +441,7 @@ jobs: | |
# type: ["os_mon","sasl"] | ||
fail-fast: false | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -491,7 +490,7 @@ jobs: | |
if: always() # Run even if the need has failed | ||
needs: test | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: ./.github/actions/build-base-image | ||
with: | ||
BASE_BRANCH: ${{ env.BASE_BRANCH }} | ||
|
@@ -557,7 +556,7 @@ jobs: | |
echo "tag=${TAG}" >> $GITHUB_OUTPUT | ||
echo "vsn=${VSN}" >> $GITHUB_OUTPUT | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
|
||
## Publish the pre-built archive and docs | ||
- name: Download source archive | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
outputs: | ||
result: ${{ steps.pr-number.outputs.result }} | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Fetch PR number | ||
id: pr-number | ||
env: | ||
|
@@ -35,7 +35,7 @@ jobs: | |
needs: pr-number | ||
if: github.event.action == 'requested' && needs.pr-number.outputs.result != '' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
## We create an initial comment with some useful help to the user | ||
- uses: actions/[email protected] | ||
with: | ||
|
@@ -54,7 +54,7 @@ jobs: | |
needs.pr-number.outputs.result != '' && | ||
github.event.workflow_run.conclusion != 'skipped' | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- name: Download and Extract Artifacts | ||
id: extract | ||
env: | ||
|
@@ -79,14 +79,14 @@ jobs: | |
echo "HAS_TEST_ARTIFACTS=false" >> $GITHUB_OUTPUT | ||
fi | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
token: ${{ secrets.ERLANG_TOKEN }} | ||
repository: 'erlang/erlang.github.io' | ||
path: erlang.github.io | ||
|
||
- name: Publish CT Test Results | ||
uses: EnricoMi/publish-unit-test-result-action@v2.10.0 | ||
uses: EnricoMi/publish-unit-test-result-action@v2.11.0 | ||
if: steps.extract.outputs.HAS_TEST_ARTIFACTS == 'true' | ||
with: | ||
commit: ${{ github.event.workflow_run.head_sha }} | ||
|
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 |
---|---|---|
|
@@ -14,8 +14,8 @@ jobs: | |
concurrency: erlang.github.io-deploy | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].1 | ||
with: | ||
token: ${{ secrets.ERLANG_TOKEN }} | ||
repository: 'erlang/erlang.github.io' | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
concurrency: sync-github-releases | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
## We need to login to the package registry in order to pull | ||
## the base debian image. | ||
- name: Docker login | ||
|
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
fail-fast: false | ||
|
||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
ref: ${{ matrix.branch }} | ||
- name: Docker login | ||
|