Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Bump pixelfederation/gh-action-gh-release from 0.2.0 to 0.2.2 #38

Bump pixelfederation/gh-action-gh-release from 0.2.0 to 0.2.2

Bump pixelfederation/gh-action-gh-release from 0.2.0 to 0.2.2 #38

Workflow file for this run

name: CodeQL
on:
- pull_request
jobs:
codeql:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3