-
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.
* rename all the things o/ * upgrade artifact actions * delete napi build workflow * pin action version * remove iast remains * package.json keywords * restore previous version
- Loading branch information
Showing
29 changed files
with
67 additions
and
5,727 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 |
---|---|---|
|
@@ -61,9 +61,9 @@ jobs: | |
- uses: codex-team/[email protected] | ||
id: package | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 | ||
with: | ||
name: datadog-native-iast-rewriter-${{ steps.package.outputs.version }} | ||
name: datadog-wasm-js-rewriter-${{ steps.package.outputs.version }} | ||
path: '*.tgz' | ||
|
||
static-checks: | ||
|
@@ -111,10 +111,10 @@ jobs: | |
- run: npm ci --ignore-scripts | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: datadog-native-iast-rewriter-${{ steps.package.outputs.version }} | ||
- run: npm i datadog-native-iast-rewriter-${{ steps.package.outputs.version }}.tgz | ||
name: datadog-wasm-js-rewriter-${{ steps.package.outputs.version }} | ||
- run: npm i datadog-wasm-js-rewriter-${{ steps.package.outputs.version }}.tgz | ||
- run: npm run test:junit | ||
- run: npm run test:integration:ci | ||
- name: Publish Test Report | ||
|
@@ -141,9 +141,9 @@ jobs: | |
node-version: '16' | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: datadog-native-iast-rewriter-${{ steps.package.outputs.version }} | ||
name: datadog-wasm-js-rewriter-${{ steps.package.outputs.version }} | ||
- run: docker build -t test -f ./docker/${{ matrix.target.dockerfile }} --build-arg NPM_VERSION=${{ steps.package.outputs.version }} . | ||
- run: docker run --name tester test | ||
- run: docker cp tester:/test/build/junit.xml ./junit.xml | ||
|
@@ -161,9 +161,9 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: datadog-native-iast-rewriter-${{ steps.package.outputs.version }} | ||
name: datadog-wasm-js-rewriter-${{ steps.package.outputs.version }} | ||
|
||
- name: Restore v8 builder Image | ||
id: cache-docker-v8 | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: Release | ||
|
||
env: | ||
ARTIFACT_NAME: datadog-native-iast-rewriter | ||
ARTIFACT_NAME: datadog-wasm-js-rewriter | ||
|
||
on: | ||
push: | ||
|
@@ -24,7 +24,7 @@ jobs: | |
npm pack | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 | ||
with: | ||
name: ${{ env.ARTIFACT_NAME }}-${{ steps.package.outputs.version }} | ||
path: '*.tgz' | ||
|
@@ -39,7 +39,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: ${{ env.ARTIFACT_NAME }}-${{ steps.package.outputs.version }} | ||
- uses: actions/create-release@v1 | ||
|
@@ -74,7 +74,7 @@ jobs: | |
- uses: actions/checkout@v3 | ||
- uses: codex-team/[email protected] | ||
id: package | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 | ||
with: | ||
name: ${{ env.ARTIFACT_NAME }}-${{ steps.package.outputs.version }} | ||
- uses: actions/setup-node@v3 | ||
|
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
Oops, something went wrong.