Skip to content

Commit

Permalink
removed duplicate codeql yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david3107 committed May 1, 2024
1 parent c96a310 commit 85913b7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 58 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/codeql.yml

This file was deleted.

2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49505,7 +49505,7 @@ const Report_1 = __nccwpck_require__(9382);
const policies_1 = __nccwpck_require__(7700);
const core = __importStar(__nccwpck_require__(2186));
const run = async () => {
console.log(`
Logger_1.logger.info(`

GitArmor
by dcodx.com - version 1.0
Expand Down
2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Report_1 = require("./reporting/Report");
const policies_1 = require("./utils/policies");
const core = __importStar(require("@actions/core"));
const run = async () => {
console.log(`
Logger_1.logger.info(`
GitArmor
by dcodx.com - version 1.0
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { loadPolicy } from "./utils/policies";
import * as core from "@actions/core";

const run = async (): Promise<void> => {
console.log(`
logger.info(`
GitArmor
by dcodx.com - version 1.0
Expand Down

0 comments on commit 85913b7

Please sign in to comment.