diff --git a/.github/workflows/code-freeze.yml b/.github/workflows/code-freeze.yml index ac93f59..7d4bb1a 100644 --- a/.github/workflows/code-freeze.yml +++ b/.github/workflows/code-freeze.yml @@ -96,14 +96,14 @@ jobs: - name: Send approval to merge comment to Slack if: steps.check.outputs.triggered == 'true' - uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 with: + webhook: ${{ secrets.SLACK_WEBHOOK_CODEFREEZE_URL }} + webhook-type: incoming-webhook payload: | { "link": "https://github.com/${{ github.repository }}/pull/${{ github.event.issue.number }}" } - env: - SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_CODEFREEZE_URL }} - name: Store merge request if: steps.check.outputs.triggered == 'true' diff --git a/.github/workflows/ossf-scorecard.yml b/.github/workflows/ossf-scorecard.yml index 8ddeab2..afd17dc 100644 --- a/.github/workflows/ossf-scorecard.yml +++ b/.github/workflows/ossf-scorecard.yml @@ -1,4 +1,4 @@ -# Runs the OSSF scorecard analysis and uplaods the results. +# Runs the OSSF scorecard analysis and uploads the results. name: OSSF Scorecard diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bca0bdb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# VSCode IDE local config +.vscode/