Skip to content

chore: bump GitGuardian/ggshield-action from 1.32.1 to 1.32.2 #224

chore: bump GitGuardian/ggshield-action from 1.32.1 to 1.32.2

chore: bump GitGuardian/ggshield-action from 1.32.1 to 1.32.2 #224

name: Security Hardening
on: push
env:
SLACK_NOTIFY: true
# Declare default permissions as read only.
permissions: read-all
jobs:
harden_security:
name: Harden Security
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Ensure SHA pinned actions
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@40ba2d51b6b6d8695f2b6bd74e785172d4f8d00f # v3.0.14
slack-workflow-status:
if: always()
name: Slack Post Workflow Notification
needs:
- harden_security
runs-on: ubuntu-latest
steps:
- name: Slack Workflow Notifications
if: ${{ env.SLACK_NOTIFY == 'true' && github.event_name == 'push' }}
uses: Gamesight/slack-workflow-status@68bf00d0dbdbcb206c278399aa1ef6c14f74347a # v1.3.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}
include_jobs: on-failure
include_commit_message: true