Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 2 additions & 13 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,9 @@ jobs:
path: ~/.cache
# An explicit key for restoring and saving the cache
key: ${{ runner.os }}-codeql-cache-${{ github.sha }}
with:
key: ${{ steps.restore-cache.outputs.cache-primary-key }}
# An ordered multiline string listing the prefix-matched keys, that are used for restoring stale cache if no cache hit occurred for key. Note `cache-hit` returns false in this case.
restore-keys: # optional
# The chunk size used to split up large files during upload, in bytes
upload-chunk-size: # optional
# An optional boolean when enabled, allows windows runners to save or restore caches that can be restored or saved respectively on other platforms
enableCrossOsArchive: # optional, default is false
# Fail the workflow if cache entry is not found
fail-on-cache-miss: # optional, default is false
# Check if a cache entry exists for the given input(s) (key, restore-keys) without downloading the cache
lookup-only: # optional, default is false
# Run the post step to save the cache even if another step before fails
save-always: # optional, default is false
restore-keys: |
${{ runner.os }}-codeql-cache-
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key: ${{ runner.os }}-codeql-cache-${{ github.sha }}

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

키 값을 이곳에서 적용하면 된다고 한 것 같은데? 키값을 다시 적용함


- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

This repository contains the RepoPilot MVP implementation - a comment-driven policy management system for GitHub repositories.

Write your name on line 6, save it, and then head back to GitHub Desktop.

## 📚 문서 (Documentation)

### 병합 관련 (Merge Documentation)
Expand Down
Loading