-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [github/codeql-action](https://github.com/github/codeql-action) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@6f51ac0...65c4c4a) Updates `github/codeql-action` from 3.28.0 to 3.28.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...b6a472f) Updates `softprops/action-gh-release` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@7b4da11...c95fe14) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
5bee1d7
commit ce0727d
Showing
2 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
- name: Create initial pre-release tar | ||
run: .github/scripts/init-pre-release.sh otp_archive.tar.gz otp_src.tar.gz | ||
- name: Upload source tar archive | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_git_archive | ||
path: otp_archive.tar.gz | ||
|
@@ -160,7 +160,7 @@ jobs: | |
"`pwd`/.github/otp.tar.gz" \ | ||
"`pwd`/otp_archive.tar.gz" | ||
- name: Upload restored cache | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
if: runner.debug == 1 | ||
with: | ||
name: restored-cache | ||
|
@@ -187,7 +187,7 @@ jobs: | |
bash -c 'set -x; C_APPS=$(ls -d ./lib/*/c_src); find Makefile ./make ./erts ./bin/`erts/autoconf/config.guess` ./lib/erl_interface ./lib/jinterface ${C_APPS} `echo "${C_APPS}" | sed -e 's:c_src$:priv:'` -type f -newer README.md \! -name "*.beam" \! -path "*/doc/*" | xargs tar --transform "s:^./:otp/:" -uvf /github/otp_cache.tar' | ||
gzip otp_cache.tar | ||
- name: Upload pre-built tar archives | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_prebuilt | ||
path: | | ||
|
@@ -238,7 +238,7 @@ jobs: | |
./bin/erl -noshell -eval '{wx_ref,_,_,_} = wx:new(), io:format("wx ok~n"), halt().' | ||
- name: Upload tarball | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_prebuilt_macos_x86-64 | ||
path: otp/otp_macos_*_x86-64.tar.gz | ||
|
@@ -272,7 +272,7 @@ jobs: | |
xcodebuild -create-xcframework -output ./liberlang.xcframework -library liberlang.a | ||
- name: Upload framework | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: ios_framework_${{ env.TARGET_ARCH }} | ||
path: otp/liberlang.xcframework | ||
|
@@ -372,7 +372,7 @@ jobs: | |
./otp_build installer_win32 | ||
- name: Upload installer | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_win32_installer | ||
path: otp/release/win32/otp*.exe | ||
|
@@ -445,12 +445,12 @@ jobs: | |
- name: Release docs to publish | ||
run: .github/scripts/release-docs.sh | ||
- name: Upload html documentation archive | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_doc_html | ||
path: otp_doc_html.tar.gz | ||
- name: Upload man documentation archive | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: otp_doc_man | ||
path: otp_doc_man.tar.gz | ||
|
@@ -537,7 +537,7 @@ jobs: | |
sudo bash -c "chown -R `whoami` make_test_dir && chmod -R +r make_test_dir" | ||
tar czf ${{ matrix.type }}_test_results.tar.gz make_test_dir | ||
- name: Upload test results | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
if: ${{ !cancelled() }} | ||
with: | ||
name: ${{ matrix.type }}_test_results | ||
|
@@ -584,14 +584,14 @@ jobs: | |
-e 's:\(file="erts/\)make_test_dir/[^/]*:\1test:g' \ | ||
make_test_dir/*_junit.xml | ||
- name: Upload test results | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
if: ${{ !cancelled() }} | ||
with: | ||
name: test_results | ||
path: test_results.tar.gz | ||
- name: Upload Test Results | ||
if: ${{ !cancelled() }} | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: Unit Test Results | ||
path: | | ||
|
@@ -649,7 +649,7 @@ jobs: | |
sha256sum $FILES > SHA256.txt | ||
- name: Upload pre-built and doc tar archives | ||
uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # ratchet:softprops/[email protected].0 | ||
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # ratchet:softprops/[email protected].1 | ||
with: | ||
name: OTP ${{ steps.tag.outputs.vsn }} | ||
files: | | ||
|
@@ -668,7 +668,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Upload | ||
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # ratchet:actions/upload-artifact@v4.5.0 | ||
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # ratchet:actions/upload-artifact@v4.6.0 | ||
with: | ||
name: Event File | ||
path: ${{ github.event_path }} |