Skip to content

Remove openssl.SetFIPS(true) call #864

Remove openssl.SetFIPS(true) call

Remove openssl.SetFIPS(true) call #864

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- "microsoft/*"
pull_request:
branches:
- "microsoft/*"
schedule:
- cron: 29 7 * * 2
jobs:
analyze:
name: Analyze
runs-on: ubuntu-22.04
timeout-minutes: 360
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
working-directory: eng/_util
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
with:
category: /language:go