Skip to content

Bump actions/upload-artifact from 4.4.2 to 4.4.3 #921

Bump actions/upload-artifact from 4.4.2 to 4.4.3

Bump actions/upload-artifact from 4.4.2 to 4.4.3 #921

Workflow file for this run

name: code-scan
on:
push:
branches: [ main ]
pull_request:
branches: [ main, dotnet-vnext ]
schedule:
- cron: '0 6 * * MON'
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
code-ql:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Initialize CodeQL
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
with:
build-mode: none
languages: 'csharp'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3.26.12
with:
category: '/language:csharp'