mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
chore: update deprecated set-output calls (#1705)
Signed-off-by: Keith Zantow <kzantow@gmail.com>
This commit is contained in:
parent
dfcc07e512
commit
2022ffa0e5
2
.github/workflows/benchmark-testing.yaml
vendored
2
.github/workflows/benchmark-testing.yaml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
OUTPUT="${OUTPUT//'%'/'%25'}" # URL encode all '%' characters
|
OUTPUT="${OUTPUT//'%'/'%25'}" # URL encode all '%' characters
|
||||||
OUTPUT="${OUTPUT//$'\n'/'%0A'}" # URL encode all '\n' characters
|
OUTPUT="${OUTPUT//$'\n'/'%0A'}" # URL encode all '\n' characters
|
||||||
OUTPUT="${OUTPUT//$'\r'/'%0D'}" # URL encode all '\r' characters
|
OUTPUT="${OUTPUT//$'\r'/'%0D'}" # URL encode all '\r' characters
|
||||||
echo "::set-output name=result::$OUTPUT"
|
echo "result=$OUTPUT" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
go mod tidy
|
go mod tidy
|
||||||
|
|
||||||
# export the version for use with create-pull-request
|
# export the version for use with create-pull-request
|
||||||
echo "::set-output name=LATEST_VERSION::$LATEST_VERSION"
|
echo "LATEST_VERSION=$LATEST_VERSION" >> $GITHUB_OUTPUT
|
||||||
id: latest-version
|
id: latest-version
|
||||||
|
|
||||||
- uses: tibdex/github-app-token@v1
|
- uses: tibdex/github-app-token@v1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user