diff --git a/.github/actions/appinspect-cli/action.yml b/.github/actions/appinspect-cli/action.yml index 97e139a57..fe5e394e8 100644 --- a/.github/actions/appinspect-cli/action.yml +++ b/.github/actions/appinspect-cli/action.yml @@ -22,7 +22,7 @@ runs: path: build/package/ - name: Scan - uses: splunk/appinspect-cli-action@v1.9 + uses: splunk/appinspect-cli-action@v1.12 with: app_path: build/package/ included_tags: ${{ inputs.matrix_tags }} diff --git a/.github/actions/unit-tests/action.yml b/.github/actions/unit-tests/action.yml index 2b2161fed..a4c29e12a 100644 --- a/.github/actions/unit-tests/action.yml +++ b/.github/actions/unit-tests/action.yml @@ -3,8 +3,6 @@ name: Run unit tests inputs: python_version: required: true - GH_USER_ADMIN: - required: true GH_TOKEN_ADMIN: required: true diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 89e340d4c..2d212b465 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -12,9 +12,6 @@ on: GH_TOKEN_ADMIN: description: Github admin token required: true - GH_USER_ADMIN: - description: Github admin user - required: true SEMGREP_PUBLISH_TOKEN: description: Semgrep token required: true @@ -353,7 +350,6 @@ jobs: uses: ./.github/actions/unit-tests with: python_version: '3.7' - GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }} GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }} run-unit-tests-3_9: @@ -376,7 +372,6 @@ jobs: uses: ./.github/actions/unit-tests with: python_version: '3.9' - GH_USER_ADMIN: ${{ secrets.GH_USER_ADMIN }} GH_TOKEN_ADMIN: ${{ secrets.GH_TOKEN_ADMIN }} build: