diff --git a/.github/workflows/check-for-emails.yml b/.github/workflows/check-for-emails.yml index ad135baca..6e6c908a9 100644 --- a/.github/workflows/check-for-emails.yml +++ b/.github/workflows/check-for-emails.yml @@ -10,7 +10,7 @@ jobs: name: Check for emails in issue comments steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Scan comment id: scan uses: FlowCrypt/comment-email-address-alerts@v21 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d7b305450..7fc69c36e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2